widget: get_name() is not nullable
authorSophie Herold <sophie@hemio.de>
Wed, 27 Jan 2021 17:49:17 +0000 (17:49 +0000)
committerSophie Herold <sophie@hemio.de>
Wed, 27 Jan 2021 17:49:17 +0000 (17:49 +0000)
Partial revert of !2905

gtk/gtkwidget.c

index 0186968bd7d6a7127f36c7cc62577f95a6b399de..52f5833f0e044f3d22a678d20f86dcddf82f8414 100644 (file)
@@ -5436,7 +5436,7 @@ gtk_widget_set_name (GtkWidget  *widget,
  * Retrieves the name of a widget. See gtk_widget_set_name() for the
  * significance of widget names.
  *
- * Returns: (nullable): name of the widget. This string is owned by GTK and
+ * Returns: name of the widget. This string is owned by GTK and
  * should not be modified or freed
  **/
 const char *